func github.com/andybalholm/brotli.isMatch5

4 uses

	github.com/andybalholm/brotli (current package)
		compress_fragment.go#L35: func isMatch5(p1 []byte, p2 []byte) bool {
		compress_fragment.go#L595: 				if isMatch5(in[ip:], in[candidate:]) {
		compress_fragment.go#L607: 				if isMatch5(in[ip:], in[candidate:]) {
		compress_fragment.go#L678: 			for isMatch5(in[ip:], in[candidate:]) {